Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 1,100 for

office watermarking

(0.06 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....tools delivered by standard office software, such as Adobe Reader...implemented a capability to add watermarks over the displayed PDF documents...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  3. Barcode generator | Generate Codabar Barcode fo...

    Free Barcode generator | Generate Codabar Barcode and add to document for free!... Sign Microsoft and Open Office documents from browsers. Generate...Assembly Metadata Search Parser Watermark Editor Merger Redaction Classification...

    products.groupdocs.app/signature/generate/barco...
  4. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....Watermark Product Solution GroupDocs...instance separately. Like all Office OOXML formats, Presentation...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  5. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Watermark Product Solution GroupDocs...is provided with Microsoft Office. However, this certificate...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  7. Merge Word Documents | Documentation

    Learn this article and check how to merge Microsoft Office Word documents in .NET applications using C# programming language....Watermark Product Solution GroupDocs...with the release of Microsoft Office 2007, the structure of this...

    docs.groupdocs.com/merger/net/merge/word/
  8. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...Reading document statistics Most office applications are able to display...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Digital Signature - esign XLTM documents | Grou...

    Digital signature (eSignature) for XLTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign XLTM documents for free!... Sign Microsoft and Open Office documents from browsers. Generate... handwritten signatures, watermarks. The automatic verification...

    products.groupdocs.app/signature/xltm